home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / 4dos / 4os2_32.zip / MOVE32.BTM < prev    next >
Text File  |  1992-12-30  |  784b  |  34 lines

  1. setlocal
  2. unalias *
  3. cls
  4. iff "%_dos" != "DOS" then
  5.   beep
  6.   text
  7.  
  8.  
  9.   *** You are running in an OS/2 session.  MOVE32 must be run in a DOS ***
  10.   *** session!  See 4OS2-32.DOC for details.                           ***
  11.  
  12.   endtext
  13.   quit
  14. endiff
  15. text
  16.  
  17.                                   MOVE32.BTM
  18.  
  19.         This file moves your new 4OS2/32 files so that they overwrite
  20.         the old 4OS2 version 1.0 files.
  21.  
  22.         If you want to rename the files so that the old version 1.0
  23.         files are preserved, answer N to the question below, and run
  24.         REN32 instead.
  25.  
  26. endtext
  27. inkey /k"YN" Proceed (Y/N)? %%key
  28. if "%key" != "Y" quit
  29. move 4os2-32.exe 4os2.exe
  30. move shrals32.exe shralias.exe
  31. move 4os2-32a.ico 4os2a.ico
  32. move 4os2-32b.ico 4os2b.ico
  33. endlocal
  34.